Welcome![Sign In][Sign Up]
Location:
Search - DLL VC

Search list

[Windows Develop调用DLL中的函数演示代码

Description: vc调用DLL中的函数演示代码-vc call DLL function demo code
Platform: | Size: 4015104 | Author: 李刚 | Hits:

[Internet-NetworkSocket实现下载(DLL)

Description: VC做的下载工具,可以带下载进度-VC do download tool that can bring progress to download
Platform: | Size: 114688 | Author: 迅驰 | Hits:

[DocumentsVC-11

Description: 动态链接MFC的常规DLL的实例-dynamic link MFC conventional examples of DLL
Platform: | Size: 6144 | Author: 李永 | Hits:

[matlab用VC调用matlab的dll文件

Description: 用VC调用matlab的dll文件-VC call Matlab dll file
Platform: | Size: 6144 | Author: 付少辉 | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[Documentsdll的创建与使用

Description: 在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Platform: | Size: 6144 | Author: ali | Hits:

[Other systems在VC客户端调用vb的dll

Description: c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
Platform: | Size: 25600 | Author: | Hits:

[Com PortVC++duochuankoukongzhijiejue

Description: VC++多串口控制解决方案(DLL) 工业控制--串口通讯方法(WINAPI实现) -VC Multiport Serial control solution (DLL) industrial control-- serial communication (WINAPI it now)
Platform: | Size: 471040 | Author: 王杰 | Hits:

[VC/MFCvisualc++dll

Description: 动态链接库DLL编程篇 希望广大朋友多多支持,将多提建议 -DLL programming Part I hope the generous support of friends, to more suggestions
Platform: | Size: 481280 | Author: 金先生 | Hits:

[Other Embeded programvc-labview

Description: 很好的资料!vc++与labview的交互编程---在vc环境下调用labview下生成的dll库-good information! Vc and the LabVIEW programming-- in the interactive environment called vc labv iew generated in the library dll
Platform: | Size: 53248 | Author: kitty | Hits:

[Software EngineeringVC++andMatlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m*. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
Platform: | Size: 104448 | Author: 徐凯 | Hits:

[Post-TeleCom sofeware systemsdelphi+vc+dll

Description: 用delphi调用Vc的dll,实例,原码.和大家分享-Vc with delphi call the dll, example, the original code. And share
Platform: | Size: 3059712 | Author: lmlxp | Hits:

[OS programdll-example

Description: vc动态链接库编写例子,展示了各种不同的实现方式。-vc dynamic link library prepared examples demonstrating a variety of ways.
Platform: | Size: 173056 | Author: xxt | Hits:

[VC/MFCvc++(dll)

Description: vc++动态链接库(dll)编程深入浅出 一本好书 发出来给大家共享-vc++ dynamic-link library (dll) in layman
Platform: | Size: 1293312 | Author: 彭亮 | Hits:

[Software EngineeringVC++_DLL

Description: 本文详细介绍了DLL编程的方方面面,努力学完本文应可以对DLL有较全面的掌握,并能编写大多数DLL程序。
Platform: | Size: 536576 | Author: 刘龙 | Hits:

[Program docvc++_dll_1

Description: vc++动态链接库(dll)编程深入浅出(一) 看到这片文章觉得很好,于是转载了,希望对初学者有所帮助。 来源出处:PConline 作者:宋宝华 责任编辑:moningfeng -vc++ dynamic-link library (dll) programming easy (1) see this article feel that good, so reproduced, and they hope to be helpful to beginners. Sources: PConline Authors: SONG Bao-hua Editor: moningfeng
Platform: | Size: 305152 | Author: 杨峰 | Hits:

[OS programvc++_dll_3

Description: VC++动态链接库(DLL)编程深入浅出(三) 看到这篇文章在制作动态库时很有用,推荐给初学者。出处:PConline 作者:宋宝华 责任编辑:moningfeng -VC++ Dynamic-link library (DLL) programming easy (c) to see the article in the production of dynamic library very useful, recommended to beginners. Source: PConline Authors: SONG Bao-hua Editor: moningfeng
Platform: | Size: 608256 | Author: 杨峰 | Hits:

[OS programvc++_dll_4

Description: VC++动态链接库(DLL)编程深入浅出(四) 看到这篇文章在制作动态库时很有用,推荐给初学者。出处:PConline 作者:宋宝华 责任编辑:moningfeng -VC++ Dynamic-link library (DLL) program in layman s language and (d) to see the article in the production of dynamic library very useful, recommended to beginners. Source: PConline Authors: SONG Bao-hua Editor: moningfeng
Platform: | Size: 140288 | Author: 杨峰 | Hits:

[VC/MFCVC++(dll)programming(pdf)

Description: VC++动态链接库(dll)编程深入浅出(pdf).pdf 适合初学者,可以对dll的编程有个初步了解-VC++ Dynamic-link library (dll) in layman s language and programming (pdf). Pdf suitable for beginners, programming dll can have a preliminary understanding of
Platform: | Size: 552960 | Author: 陆嘉鸣 | Hits:

[Otherdll

Description: labwindow 生成DLL,VC利用DLL编程的例程。-labwindow generated DLL, VC using DLL programming routines.
Platform: | Size: 2331648 | Author: 蔡尧钟 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net